The Dreamweaver JavaScript API > Selection functions > dreamweaver.selectAll() |
![]() ![]() ![]() |
Availability
Dreamweaver 3.0
Description
Performs a Select All operation in the active Document window or the Site window; or, on the Macintosh, the edit field that has focus in a dialog box or floating panel.
Note: If the operation takes place in the active document, in most cases it selects all content in the active document. In some cases (for example, when the insertion point is inside a table), however, it selects only part of the active document. To set the selection to the entire document, use dom.setSelection()
.
Arguments
None.
Returns
Nothing.
Enabler
![]() ![]() ![]() |